AttachmentSave(String, Boolean) Method
Saves this message to the specified file.
Namespace: Independentsoft.Email.MimeAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public void Save(
string filePath,
bool overwrite
)
Public Sub Save (
filePath As String,
overwrite As Boolean
)
Parameters
- filePath String
- File path.
- overwrite Boolean
- True to overwrite existing file, otherwise false.